Class: Aws::SMS::Errors::UnauthorizedOperationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnauthorizedOperationException.

Parameters:



214
215
216
# File 'lib/aws-sdk-sms/errors.rb', line 214

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

Instance Method Details

#messageString

Returns:

  • (String)


219
220
221
# File 'lib/aws-sdk-sms/errors.rb', line 219

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