Class: Aws::MarketplaceMetering::Types::InvalidTokenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


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

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