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
3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-states/types.rb', line 3872 class StateMachineDeleting < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |