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.
Constant Summary collapse
- SENSITIVE =
[]
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.
184 185 186 187 188 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 184 class DeleteIdentitiesResponse < Struct.new( :unprocessed_identity_ids) SENSITIVE = [] include Aws::Structure end |