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. Only state machine and activity ARNs are supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2250 2251 2252 2253 2254 2255 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2250 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2250 2251 2252 2253 2254 2255 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2250 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |