Class: Aws::MarketplaceMetering::Types::DuplicateRequestException

Inherits:
Struct
  • Object
show all
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 {‘usageDimension`, `timestamp`\} with a different `usageQuantity`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (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