amazonka-marketplace-metering-1.4.1: Amazon Marketplace Metering SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MarketplaceMetering.Types

Contents

Description

 

Synopsis

Service Configuration

marketplaceMetering :: Service Source #

API version '2016-01-14' of the Amazon Marketplace Metering SDK configuration.

Errors

_InvalidEndpointRegionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The endpoint being called is in a region different from your EC2 instance. The region of the Metering service endpoint and the region of the EC2 instance must match.

_InvalidProductCodeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The product code passed does not match the product code used for publishing the product.

_InvalidUsageDimensionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The usage dimension does not match one of the UsageDimensions associated with products.

_DuplicateRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A metering record has already been emitted by the same EC2 instance for the given {usageDimension, timestamp} with a different usageQuantity.

_TimestampOutOfBoundsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The timestamp value passed in the meterUsage() is out of allowed range.

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The calls to the MeterUsage API are throttled.

_InternalServiceErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.