Class: Aws::FSx::Types::IncompatibleRegionForMultiAZ
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::IncompatibleRegionForMultiAZ
- Defined in:
- gems/aws-sdk-fsx/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.
6276 6277 6278 6279 6280 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6276 class IncompatibleRegionForMultiAZ < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |