GetCredentialReport
Retrieves a credential report for the AWS account. For more information about the credential report, see Getting credential reports in the IAM User Guide.
Response Elements
The following elements are returned by the service.
- Content
-
Contains the credential report. The report is Base64-encoded.
Type: Base64-encoded binary data object
- GeneratedTime
-
The date and time when the credential report was created, in ISO 8601 date-time format
. Type: Timestamp
- ReportFormat
-
The format (MIME type) of the credential report.
Type: String
Valid Values:
text/csv
Errors
For information about the errors that are common to all actions, see Common Errors.
- ReportExpired
-
The request was rejected because the most recent credential report has expired. To generate a new credential report, use GenerateCredentialReport. For more information about credential report expiration, see Getting credential reports in the IAM User Guide.
HTTP Status Code: 410
- ReportInProgress
-
The request was rejected because the credential report is still being generated.
HTTP Status Code: 404
- ReportNotPresent
-
The request was rejected because the credential report does not exist. To generate a credential report, use GenerateCredentialReport.
HTTP Status Code: 410
- ServiceFailure
-
The request processing has failed because of an unknown error, exception or failure.
HTTP Status Code: 500
Examples
Example
This example illustrates one usage of GetCredentialReport.
Sample Request
https://iam.amazonaws.com/?Action=GetCredentialReport
&Version=2010-05-08
&AUTHPARAMS
Sample Response
<GetCredentialReportResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
<GetCredentialReportResult>
<Content>BASE-64 ENCODED FILE CONTENTS</Content>
<ReportFormat>text/csv</ReportFormat>
<GeneratedTime>2014-08-28T21:42:50Z</GeneratedTime>
</GetCredentialReportResult>
<ResponseMetadata>
<RequestId>29f47818-99f5-11e1-a4c3-27EXAMPLE804</RequestId>
</ResponseMetadata>
</GetCredentialReportResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: