Class: Aws::CognitoIdentity::Types::DeleteIdentitiesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentity/types.rb

Overview

Returned in response to a successful ‘DeleteIdentities` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_identity_idsArray<Types::UnprocessedIdentityId>

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

Returns:



175
176
177
178
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 175

class DeleteIdentitiesResponse < Struct.new(
  :unprocessed_identity_ids)
  include Aws::Structure
end