Class: Aws::DatabaseMigrationService::Types::ReplicationSubnetGroupDoesNotCoverEnoughAZs
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationSubnetGroupDoesNotCoverEnoughAZs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11263 11264 11265 11266 11267 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11263 class ReplicationSubnetGroupDoesNotCoverEnoughAZs < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |