delete_platform_version
(**kwargs)¶Deletes the specified version of a custom platform.
See also: AWS API Documentation
Request Syntax
response = client.delete_platform_version(
PlatformArn='string'
)
{
'PlatformSummary': {
'PlatformArn': 'string',
'PlatformOwner': 'string',
'PlatformStatus': 'Creating'|'Failed'|'Ready'|'Deleting'|'Deleted',
'PlatformCategory': 'string',
'OperatingSystemName': 'string',
'OperatingSystemVersion': 'string',
'SupportedTierList': [
'string',
],
'SupportedAddonList': [
'string',
],
'PlatformLifecycleState': 'string',
'PlatformVersion': 'string',
'PlatformBranchName': 'string',
'PlatformBranchLifecycleState': 'string'
}
}
Response Structure
Detailed information about the version of the custom platform.
The ARN of the platform version.
The AWS account ID of the person who created the platform version.
The status of the platform version. You can create an environment from the platform version once it is ready.
The category of platform version.
The operating system used by the platform version.
The version of the operating system used by the platform version.
The tiers in which the platform version runs.
The additions associated with the platform version.
The state of the platform version in its lifecycle.
Possible values: recommended
| empty
If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
The version string of the platform version.
The platform branch to which the platform version belongs.
The state of the platform version's branch in its lifecycle.
Possible values: beta
| supported
| deprecated
| retired
Exceptions
ElasticBeanstalk.Client.exceptions.OperationInProgressException
ElasticBeanstalk.Client.exceptions.InsufficientPrivilegesException
ElasticBeanstalk.Client.exceptions.ElasticBeanstalkServiceException
ElasticBeanstalk.Client.exceptions.PlatformVersionStillReferencedException