Class: Aws::FSx::Types::InvalidRegion
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidRegion
- 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
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6410 6411 6412 6413 6414 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6410 class InvalidRegion < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |