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.
Retrieves information about the specified version of the specified managed policy,
including the policy document.
Policies returned by this API are URL-encoded compliant with RFC
3986. You can use a URL decoding method to convert the policy back to plain JSON
text. For example, if you use Java, you can use the decode
method of
the java.net.URLDecoder
utility class in the Java SDK. Other languages
and SDKs provide similar functionality.
To list the available versions for a policy, use ListPolicyVersions.
This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use the GetUserPolicy, GetGroupPolicy, or GetRolePolicy API.
For more information about the types of policies, see Managed Policies and Inline Policies in the IAM User Guide.
For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.
For .NET Core, PCL and Unity this operation is only available in asynchronous form. Please refer to GetPolicyVersionAsync.
Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public virtual GetPolicyVersionResponse GetPolicyVersion( GetPolicyVersionRequest request )
Container for the necessary parameters to execute the GetPolicyVersion service method.
Exception | Condition |
---|---|
InvalidInputException | The request was rejected because an invalid or out-of-range value was supplied for an input parameter. |
NoSuchEntityException | The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource. |
ServiceFailureException | The request processing has failed because of an unknown error, exception or failure. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
Portable Class Library:
Supported in: Windows Store Apps
Supported in: Windows Phone 8.1
Supported in: Xamarin Android
Supported in: Xamarin iOS (Unified)
Supported in: Xamarin.Forms
Unity:
Supported Versions: 4.6 and above
Supported Platforms: Android, iOS, Standalone