Class: Aws::MQ::Errors::UnauthorizedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-mq/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException

Returns a new instance of UnauthorizedException.

Parameters:



148
149
150
# File 'lib/aws-sdk-mq/errors.rb', line 148

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#error_attributeString

Returns:

  • (String)


153
154
155
# File 'lib/aws-sdk-mq/errors.rb', line 153

def error_attribute
  @data[:error_attribute]
end

#messageString

Returns:

  • (String)


158
159
160
# File 'lib/aws-sdk-mq/errors.rb', line 158

def message
  @message || @data[:message]
end