Class: Aws::RAM::Types::InvalidClientTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidClientTokenException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-ram/types.rb', line 1555 class InvalidClientTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |