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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
# File 'lib/aws-sdk-states/types.rb', line 2696

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

#resource_nameString

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
# File 'lib/aws-sdk-states/types.rb', line 2696

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