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
- #error_attribute ⇒ String
- #message ⇒ String
- #resource_share_errors ⇒ Array<Types::ResourceShareError>
Instance Attribute Details
#error_attribute ⇒ String
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-mq/types.rb', line 1964 class ForbiddenException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-mq/types.rb', line 1964 class ForbiddenException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#resource_share_errors ⇒ Array<Types::ResourceShareError>
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-mq/types.rb', line 1964 class ForbiddenException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |