Class: Aws::States::Types::StateMachineDeleting

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3567
3568
3569
3570
3571
# File 'lib/aws-sdk-states/types.rb', line 3567

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