AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeRuleGroupMetadataAsync.

Namespace: Amazon.NetworkFirewall
Assembly: AWSSDK.NetworkFirewall.dll
Version: 3.x.y.z

Syntax

C#
public virtual DescribeRuleGroupMetadataResponse DescribeRuleGroupMetadata(
         DescribeRuleGroupMetadataRequest request
)

Parameters

request
Type: Amazon.NetworkFirewall.Model.DescribeRuleGroupMetadataRequest

Container for the necessary parameters to execute the DescribeRuleGroupMetadata service method.

Return Value


The response from the DescribeRuleGroupMetadata service method, as returned by NetworkFirewall.

Exceptions

ExceptionCondition
InternalServerErrorException Your request is valid, but Network Firewall couldn't perform the operation because of a system problem. Retry your request.
InvalidRequestException The operation failed because of a problem with your request. Examples include: You specified an unsupported parameter name or value. You tried to update a property with a value that isn't among the available types. Your request references an ARN that is malformed, or corresponds to a resource that isn't valid in the context of the request.
ResourceNotFoundException Unable to locate a resource using the parameters that you provided.
ThrottlingException Unable to process the request due to throttling limitations.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also