Class: Aws::AlexaForBusiness::Types::DeviceNotRegisteredException

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

Overview

The request failed because this device is no longer registered and therefore no longer managed by this account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1804
1805
1806
1807
1808
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1804

class DeviceNotRegisteredException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end