Class: Aws::AlexaForBusiness::Errors::DeviceNotRegisteredException

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) ⇒ DeviceNotRegisteredException

Returns a new instance of DeviceNotRegisteredException.

Parameters:



87
88
89
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/errors.rb', line 87

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

Instance Method Details

#messageString

Returns:

  • (String)


92
93
94
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/errors.rb', line 92

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