Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DescribeKey C# (CSharp) Метод

DescribeKey() публичный Метод

Provides detailed information about the specified customer master key.
/// The system timed out while trying to fulfill the request. The request can be retried. /// /// The request was rejected because a specified ARN was not valid. /// /// The request was rejected because an internal exception occurred. The request can be /// retried. /// /// The request was rejected because the specified entity or resource could not be found. ///
public DescribeKey ( DescribeKeyRequest request ) : DescribeKeyResponse
request Amazon.KeyManagementService.Model.DescribeKeyRequest Container for the necessary parameters to execute the DescribeKey service method.
Результат Amazon.KeyManagementService.Model.DescribeKeyResponse
        public DescribeKeyResponse DescribeKey(DescribeKeyRequest request)
        {
            var marshaller = new DescribeKeyRequestMarshaller();
            var unmarshaller = DescribeKeyResponseUnmarshaller.Instance;

            return Invoke<DescribeKeyRequest,DescribeKeyResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonKeyManagementServiceClient::DescribeKey ( string keyId ) : DescribeKeyResponse
AmazonKeyManagementServiceClient