Class: Aws::States::Types::StateMachineDeleting
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineDeleting
- Defined in:
- gems/aws-sdk-states/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 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3872 class StateMachineDeleting < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |