Class: Aws::AlexaForBusiness::Errors::UnauthorizedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnauthorizedException.

Parameters:



272
273
274
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/errors.rb', line 272

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

Instance Method Details

#messageString

Returns:

  • (String)


277
278
279
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/errors.rb', line 277

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