Class: Aws::MarketplaceMetering::Types::InvalidCustomerIdentifierException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidCustomerIdentifierException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
You have metered usage for a ‘CustomerIdentifier` that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
143 144 145 146 147 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 143 class InvalidCustomerIdentifierException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |