Class: Aws::SecurityIR::Types::InvalidTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::InvalidTokenException
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
Instance Attribute Details
#message ⇒ String
The exception message.
882 883 884 885 886 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 882 class InvalidTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |