Class: Aws::AlexaForBusiness::Types::DeviceNotRegisteredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceNotRegisteredException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1804 class DeviceNotRegisteredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |