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.
6378 6379 6380 6381 6382 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6378 class InvalidRegion < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |