Class: Aws::CognitoIdentity::Types::UnprocessedIdentityId

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

Overview

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code indicating the type of error that occurred.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1332

class UnprocessedIdentityId < Struct.new(
  :identity_id,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1332

class UnprocessedIdentityId < Struct.new(
  :identity_id,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end