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)


4188
4189
4190
4191
4192
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4188

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