Class: Aws::GameLiftStreams::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLiftStreams::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
The resource specified in the request was not found. Correct the request before you try again.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the error. 
Instance Attribute Details
#message ⇒ String
Description of the error.
| 2406 2407 2408 2409 2410 | # File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2406 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |