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
1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-mq/types.rb', line 1856 class ForbiddenException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-mq/types.rb', line 1856 class ForbiddenException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |