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)


12974
12975
12976
12977
12978
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12974

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