Class: Aws::States::Types::ResourceNotFound

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

Overview

Could not find the referenced resource. Only state machine and activity ARNs are supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-states/types.rb', line 1994

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

#resource_nameString

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-states/types.rb', line 1994

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