Class: Aws::Keyspaces::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Keyspaces::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
The operation tried to access a keyspace, table, or type that doesn't
exist. The resource might not be specified correctly, or its status
might not be ACTIVE.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the error. 
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier in the format of Amazon Resource Name (ARN) for the resource couldn’t be found. 
Instance Attribute Details
#message ⇒ String
Description of the error.
| 1705 1706 1707 1708 1709 1710 | # File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1705 class ResourceNotFoundException < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end | 
#resource_arn ⇒ String
The unique identifier in the format of Amazon Resource Name (ARN) for the resource couldn’t be found.
| 1705 1706 1707 1708 1709 1710 | # File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1705 class ResourceNotFoundException < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |