Class: Aws::CognitoIdentityProvider::Types::DeviceKeyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

#messageString

Returns:

  • (String)


5471
5472
5473
5474
5475
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5471

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