Class: Aws::QuickSight::Types::ResourceUnavailableException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::ResourceUnavailableException
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
This resource is currently unavailable.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this request.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type for this request.
 
Instance Attribute Details
#message ⇒ String
      30250 30251 30252 30253 30254 30255 30256  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30250 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this request.
      30250 30251 30252 30253 30254 30255 30256  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30250 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type for this request.
      30250 30251 30252 30253 30254 30255 30256  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30250 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end  |