delete_resource_server
(**kwargs)¶Deletes a resource server.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_server(
UserPoolId='string',
Identifier='string'
)
[REQUIRED]
The user pool ID for the user pool that hosts the resource server.
[REQUIRED]
The identifier for the resource server.
None
Exceptions
CognitoIdentityProvider.Client.exceptions.InvalidParameterException
CognitoIdentityProvider.Client.exceptions.ResourceNotFoundException
CognitoIdentityProvider.Client.exceptions.NotAuthorizedException
CognitoIdentityProvider.Client.exceptions.TooManyRequestsException
CognitoIdentityProvider.Client.exceptions.InternalErrorException