Class: Aws::CustomerProfiles::Types::DeleteDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


2207
2208
2209
2210
2211
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2207

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