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
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
88 89 90 |
# File 'lib/aws-sdk-mq/errors.rb', line 88 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
93 94 95 |
# File 'lib/aws-sdk-mq/errors.rb', line 93 def error_attribute @data[:error_attribute] end |
#message ⇒ String
98 99 100 |
# File 'lib/aws-sdk-mq/errors.rb', line 98 def @message || @data[:message] end |