Class: Aws::MarketplaceMetering::Types::DuplicateRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::DuplicateRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
A metering record has already been emitted by the same EC2 instance, ECS task, or EKS pod for the given `timestamp` with a different `usageQuantity`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
98 99 100 101 102 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 98 class DuplicateRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |