Class: Aws::Schemas::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UnauthorizedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-schemas/types.rb', line 1717 class UnauthorizedException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-schemas/types.rb', line 1717 class UnauthorizedException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |