Class: Aws::CognitoIdentity::Types::ResourceConflictException

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

Overview

Thrown when a user tries to use a login which is already linked to another account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned by a ResourceConflictException.

Returns:

  • (String)


1065
1066
1067
1068
1069
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1065

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