Class: Aws::MarketplaceMetering::Types::InvalidUsageDimensionException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


254
255
256
257
258
# File 'gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/types.rb', line 254

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