Class: Aws::States::Types::ResourceNotFound
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::ResourceNotFound
 
 
- 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
#message ⇒ String
      3275 3276 3277 3278 3279 3280  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3275 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_name ⇒ String
      3275 3276 3277 3278 3279 3280  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3275 class ResourceNotFound < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end  |