Class: Aws::FSx::Types::IncompatibleRegionForMultiAZ
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::IncompatibleRegionForMultiAZ
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Amazon FSx doesn’t support Multi-AZ Windows File Server copy backup in the destination Region, so the copied backup can’t be restored.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A detailed error message. 
Instance Attribute Details
#message ⇒ String
A detailed error message.
| 6106 6107 6108 6109 6110 | # File 'lib/aws-sdk-fsx/types.rb', line 6106 class IncompatibleRegionForMultiAZ < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |