class Aws::DocDB::Types::DeleteDBSubnetGroupMessage

Represents the input to DeleteDBSubnetGroup.

@note When making an API call, you may pass DeleteDBSubnetGroupMessage

data as a hash:

    {
      db_subnet_group_name: "String", # required
    }

@!attribute [rw] db_subnet_group_name

The name of the database subnet group to delete.

<note markdown="1"> You can't delete the default subnet group.

 </note>

Constraints:

Must match the name of an existing `DBSubnetGroup`. Must not be
default.

Example: `mySubnetgroup`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBSubnetGroupMessage AWS API Documentation

Constants

SENSITIVE