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)


13672
13673
13674
13675
13676
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13672

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