Class: Aws::FSx::Types::IncompatibleRegionForMultiAZ

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6106
6107
6108
6109
6110
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6106

class IncompatibleRegionForMultiAZ < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end