Class: Aws::DatabaseMigrationService::Types::InvalidSubnet
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::InvalidSubnet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The subnet provided isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6499 class InvalidSubnet < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |