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
11394 11395 11396 11397 11398 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11394 class ReplicationSubnetGroupDoesNotCoverEnoughAZs < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |