Class: Aws::CognitoIdentityProvider::Types::DeviceKeyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeviceKeyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user attempts to confirm a device with a device key that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5285 5286 5287 5288 5289 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5285 class DeviceKeyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |