Class: Aws::FSx::Types::InvalidSourceKmsKey
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::InvalidSourceKmsKey
 
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The Key Management Service (KMS) key of the source backup is not valid.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A detailed error message. 
Instance Attribute Details
#message ⇒ String
A detailed error message.
| 6743 6744 6745 6746 6747 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6743 class InvalidSourceKmsKey < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |