Class: Aws::QuickSight::Types::CustomerManagedKeyUnavailableException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::CustomerManagedKeyUnavailableException
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The customer managed key that is registered to your Amazon Quick Sight account is unavailable.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
Instance Attribute Details
#message ⇒ String
| 8750 8751 8752 8753 8754 8755 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8750 class CustomerManagedKeyUnavailableException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 8750 8751 8752 8753 8754 8755 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8750 class CustomerManagedKeyUnavailableException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |