Class: Aws::FSx::Types::InvalidRegion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The Region provided for SourceRegion is not valid or is in a different Amazon Web Services partition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6240
6241
6242
6243
6244
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6240

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