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

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

Overview

The activity does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4097
4098
4099
4100
4101
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4097

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