You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code indicating the type of error that occurred.

Possible values:

  • AccessDenied
  • InternalServerError

Returns:

  • (String)

    The error code indicating the type of error that occurred.

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)

    A unique identifier in the format REGION:GUID.