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

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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6203
6204
6205
6206
6207
# File 'lib/aws-sdk-fsx/types.rb', line 6203

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