delete_project
(**kwargs)¶Delets a project in AWS Mobile Hub.
See also: AWS API Documentation
Request Syntax
response = client.delete_project(
projectId='string'
)
[REQUIRED]
Unique project identifier.
{
'deletedResources': [
{
'type': 'string',
'name': 'string',
'arn': 'string',
'feature': 'string',
'attributes': {
'string': 'string'
}
},
],
'orphanedResources': [
{
'type': 'string',
'name': 'string',
'arn': 'string',
'feature': 'string',
'attributes': {
'string': 'string'
}
},
]
}
Response Structure
Result structure used in response to request to delete a project.
Resources which were deleted.
Information about an instance of an AWS resource associated with a project.
Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).
Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).
AWS resource name which uniquely identifies the resource in AWS systems.
Identifies which feature in AWS Mobile Hub is associated with this AWS resource.
Key-value attribute pairs.
Key part of key-value attribute pairs.
Value part of key-value attribute pairs.
Resources which were not deleted, due to a risk of losing potentially important data or files.
Information about an instance of an AWS resource associated with a project.
Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).
Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).
AWS resource name which uniquely identifies the resource in AWS systems.
Identifies which feature in AWS Mobile Hub is associated with this AWS resource.
Key-value attribute pairs.
Key part of key-value attribute pairs.
Value part of key-value attribute pairs.
Exceptions
Mobile.Client.exceptions.InternalFailureException
Mobile.Client.exceptions.ServiceUnavailableException
Mobile.Client.exceptions.UnauthorizedException
Mobile.Client.exceptions.TooManyRequestsException
Mobile.Client.exceptions.NotFoundException