Class: Aws::CognitoIdentity::Types::UnprocessedIdentityId
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::UnprocessedIdentityId
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
The error code indicating the type of error that occurred.
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
Instance Attribute Details
#error_code ⇒ String
The error code indicating the type of error that occurred.
1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1332 class UnprocessedIdentityId < Struct.new( :identity_id, :error_code) SENSITIVE = [] include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
1332 1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1332 class UnprocessedIdentityId < Struct.new( :identity_id, :error_code) SENSITIVE = [] include Aws::Structure end |