Class: Aws::CustomerProfiles::Types::DeleteEventTriggerResponse

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)


2049
2050
2051
2052
2053
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2049

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