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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12974

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