describe_configuration_revision
(**kwargs)¶Returns the specified configuration revision for the specified configuration.
See also: AWS API Documentation
Request Syntax
response = client.describe_configuration_revision(
ConfigurationId='string',
ConfigurationRevision='string'
)
[REQUIRED]
The unique ID that Amazon MQ generates for the configuration.
[REQUIRED]
The revision of the configuration.
dict
Response Syntax
{
'ConfigurationId': 'string',
'Created': datetime(2015, 1, 1),
'Data': 'string',
'Description': 'string'
}
Response Structure
(dict) --
HTTP Status Code 200: OK.
ConfigurationId (string) --
Required. The unique ID that Amazon MQ generates for the configuration.
Created (datetime) --
Required. The date and time of the configuration.
Data (string) --
Required. The base64-encoded XML configuration.
Description (string) --
The description of the configuration.
Exceptions
MQ.Client.exceptions.NotFoundException
MQ.Client.exceptions.BadRequestException
MQ.Client.exceptions.InternalServerErrorException
MQ.Client.exceptions.ForbiddenException