Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DescribeIdentityPool C# (CSharp) Method

DescribeIdentityPool() public method

Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users.

You must use AWS Developer credentials to call this API.

/// Thrown when the service encounters an error during processing the request. /// /// Thrown for missing or bad input parameter(s). /// /// Thrown when a user is not authorized to access the requested resource. /// /// Thrown when the requested resource (for example, a dataset or record) does not exist. /// /// Thrown when a request is throttled. ///
public DescribeIdentityPool ( DescribeIdentityPoolRequest request ) : DescribeIdentityPoolResponse
request Amazon.CognitoIdentity.Model.DescribeIdentityPoolRequest Container for the necessary parameters to execute the DescribeIdentityPool service method.
return Amazon.CognitoIdentity.Model.DescribeIdentityPoolResponse
        public DescribeIdentityPoolResponse DescribeIdentityPool(DescribeIdentityPoolRequest request)
        {
            var marshaller = new DescribeIdentityPoolRequestMarshaller();
            var unmarshaller = DescribeIdentityPoolResponseUnmarshaller.Instance;

            return Invoke<DescribeIdentityPoolRequest,DescribeIdentityPoolResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCognitoIdentityClient::DescribeIdentityPool ( string identityPoolId ) : DescribeIdentityPoolResponse
AmazonCognitoIdentityClient