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.
5440 5441 5442 5443 5444 |
# File 'lib/aws-sdk-fsx/types.rb', line 5440 class IncompatibleRegionForMultiAZ < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |