class Aws::ElastiCache::Types::DeleteCacheSecurityGroupMessage

Represents the input of a `DeleteCacheSecurityGroup` operation.

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

data as a hash:

    {
      cache_security_group_name: "String", # required
    }

@!attribute [rw] cache_security_group_name

The name of the cache security group to delete.

<note markdown="1"> You cannot delete the default security group.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheSecurityGroupMessage AWS API Documentation

Constants

SENSITIVE