Class: Aws::AlexaForBusiness::Errors::InvalidUserStatusException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidUserStatusException.

Parameters:



162
163
164
# File 'lib/aws-sdk-alexaforbusiness/errors.rb', line 162

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

Instance Method Details

#messageString

Returns:

  • (String)


167
168
169
# File 'lib/aws-sdk-alexaforbusiness/errors.rb', line 167

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