Class: Aws::CustomerProfiles::Types::DeleteProfileResponse

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)


1950
1951
1952
1953
1954
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1950

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