Class: Aws::CustomerProfiles::Types::DeleteProfileKeyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that indicates the delete request is done.

Returns:

  • (String)


2325
2326
2327
2328
2329
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2325

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