Class: Aws::DatabaseMigrationService::Types::SubnetAlreadyInUse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

The specified subnet is already in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13537
13538
13539
13540
13541
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13537

class SubnetAlreadyInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end