Class: Aws::Schemas::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ForbiddenException
- 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
751 752 753 754 755 756 |
# File 'lib/aws-sdk-schemas/types.rb', line 751 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
751 752 753 754 755 756 |
# File 'lib/aws-sdk-schemas/types.rb', line 751 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |