Class: Aws::CognitoIdentity::Types::DeleteIdentitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DeleteIdentitiesResponse
- Defined in:
- gems/aws-sdk-cognitoidentity/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.
225 226 227 228 229 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 225 class DeleteIdentitiesResponse < Struct.new( :unprocessed_identity_ids) SENSITIVE = [] include Aws::Structure end |