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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3082

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

#resource_nameString

Returns:

  • (String)


3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3082

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