
delete-db-security-group
************************


DESCRIPTION
===========

Deletes a DB Security Group.

Note: The specified DB Security Group must not be associated with any DB
  Instances.


SYNOPSIS
========

   aws rds delete-db-security-group
     --db-security-group-name <value>


REQUIRED PARAMETERS
===================

"--db-security-group-name"  (string)
   The name of the DB Security Group to delete.

   Note: You cannot delete the default DB Security Group.

   Constraints:

   * Must be 1 to 255 alphanumeric characters

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens


OPTIONAL PARAMETERS
===================

None
