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.
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.
1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1171 class UnprocessedIdentityId < Struct.new( :identity_id, :error_code) include Aws::Structure end |
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1171 class UnprocessedIdentityId < Struct.new( :identity_id, :error_code) include Aws::Structure end |