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
6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6529 class InvalidSubnet < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |