Class: Aws::States::Types::StateMachineDeleting
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineDeleting
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The specified state machine is being deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3768 3769 3770 3771 3772 |
# File 'lib/aws-sdk-states/types.rb', line 3768 class StateMachineDeleting < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |