class Aws::RDS::Types::DeleteDBSecurityGroupMessage

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

data as a hash:

    {
      db_security_group_name: "String", # required
    }

@!attribute [rw] db_security_group_name

The name of the DB security group to delete.

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

 </note>

Constraints:

* Must be 1 to 255 letters, numbers, or hyphens.

* First character must be a letter

* Can't end with a hyphen or contain two consecutive hyphens

* Must not be "Default"
@return [String]

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

Constants

SENSITIVE