Class: Aws::States::Types::ResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ResourceNotFound
- 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
#message ⇒ String
3367 3368 3369 3370 3371 3372 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3367 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3367 3368 3369 3370 3371 3372 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3367 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |