Class: Aws::States::Types::ExecutionDoesNotExist

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

Overview

The specified execution does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


910
911
912
913
914
# File 'lib/aws-sdk-states/types.rb', line 910

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