Class: Aws::MQ::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_attribute ⇒ String
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-mq/types.rb', line 1892 class ForbiddenException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-mq/types.rb', line 1892 class ForbiddenException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |