Class: Aws::States::Types::ActivityDoesNotExist

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

Overview

The specified activity does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


20
21
22
23
24
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 20

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