PrivateCAConnectorforSCEP / Client / get_challenge_metadata
get_challenge_metadata#
- PrivateCAConnectorforSCEP.Client.get_challenge_metadata(**kwargs)#
- Retrieves the metadata for the specified Challenge. - See also: AWS API Documentation - Request Syntax- response = client.get_challenge_metadata( ChallengeArn='string' ) - Parameters:
- ChallengeArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the challenge. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ChallengeMetadata': { 'Arn': 'string', 'ConnectorArn': 'string', 'CreatedAt': datetime(2015, 1, 1), 'UpdatedAt': datetime(2015, 1, 1) } } - Response Structure- (dict) – - ChallengeMetadata (dict) – - The metadata for the challenge. - Arn (string) – - The Amazon Resource Name (ARN) of the challenge. 
- ConnectorArn (string) – - The Amazon Resource Name (ARN) of the connector. 
- CreatedAt (datetime) – - The date and time that the connector was created. 
- UpdatedAt (datetime) – - The date and time that the connector was updated. 
 
 
 
 - Exceptions- PrivateCAConnectorforSCEP.Client.exceptions.ResourceNotFoundException
- PrivateCAConnectorforSCEP.Client.exceptions.InternalServerException
- PrivateCAConnectorforSCEP.Client.exceptions.ValidationException
- PrivateCAConnectorforSCEP.Client.exceptions.ThrottlingException
- PrivateCAConnectorforSCEP.Client.exceptions.AccessDeniedException