Class: Aws::CustomerProfiles::Types::DeleteEventTriggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteEventTriggerResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that indicates the delete request is done.
Instance Attribute Details
#message ⇒ String
A message that indicates the delete request is done.
1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1784 class DeleteEventTriggerResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |