Class: Aws::States::Types::StateMachineDoesNotExist

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

The specified state machine does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3580
3581
3582
3583
3584
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3580

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