Class: Aws::States::Types::TaskDoesNotExist

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2633
2634
2635
2636
2637
# File 'lib/aws-sdk-states/types.rb', line 2633

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