Class: Aws::MarketplaceMetering::Types::InvalidUsageAllocationsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidUsageAllocationsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
Sum of allocated usage quantities is not equal to the usage quantity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
255 256 257 258 259 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 255 class InvalidUsageAllocationsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |