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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unprocessed_identity_idsArray<Types::UnprocessedIdentityId>

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

Returns:



184
185
186
187
188
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 184

class DeleteIdentitiesResponse < Struct.new(
  :unprocessed_identity_ids)
  SENSITIVE = []
  include Aws::Structure
end