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)


1253
1254
1255
1256
1257
# File 'lib/aws-sdk-states/types.rb', line 1253

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