Class: Aws::MarketplaceMetering::Types::InvalidUsageAllocationsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacemetering/types.rb

Overview

The usage allocation objects are invalid, or the number of allocations is greater than 500 for a single usage record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


240
241
242
243
244
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 240

class InvalidUsageAllocationsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end