Class: Aws::MarketplaceMetering::Types::InvalidTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
Registration token is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
226 227 228 229 230 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 226 class InvalidTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |