Class: Aws::RAM::Types::InvalidClientTokenException

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

Overview

The operation failed because the specified client token isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1555
1556
1557
1558
1559
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1555

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