Class: Aws::MQ::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MQ::Errors::ForbiddenException
- Defined in:
- lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
- #message ⇒ String
- #resource_share_errors ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
98 99 100 |
# File 'lib/aws-sdk-mq/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
103 104 105 |
# File 'lib/aws-sdk-mq/errors.rb', line 103 def error_attribute @data[:error_attribute] end |
#message ⇒ String
108 109 110 |
# File 'lib/aws-sdk-mq/errors.rb', line 108 def @message || @data[:message] end |
#resource_share_errors ⇒ String
113 114 115 |
# File 'lib/aws-sdk-mq/errors.rb', line 113 def resource_share_errors @data[:resource_share_errors] end |