Class: Aws::CognitoIdentity::Types::DeleteIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DeleteIdentitiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Returned in response to a successful ‘DeleteIdentities` operation.
Instance Attribute Summary collapse
-
#unprocessed_identity_ids ⇒ Array<Types::UnprocessedIdentityId>
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Instance Attribute Details
#unprocessed_identity_ids ⇒ Array<Types::UnprocessedIdentityId>
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
175 176 177 178 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 175 class DeleteIdentitiesResponse < Struct.new( :unprocessed_identity_ids) include Aws::Structure end |