Class: Aws::MQ::Errors::UnauthorizedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MQ::Errors::UnauthorizedException
- Defined in:
- lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException
constructor
A new instance of UnauthorizedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException
Returns a new instance of UnauthorizedException.
148 149 150 |
# File 'lib/aws-sdk-mq/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
153 154 155 |
# File 'lib/aws-sdk-mq/errors.rb', line 153 def error_attribute @data[:error_attribute] end |
#message ⇒ String
158 159 160 |
# File 'lib/aws-sdk-mq/errors.rb', line 158 def @message || @data[:message] end |