Class CodeStarException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CodeStar\Exception\CodeStarException
- Namespace: Aws\CodeStar\Exception
- Located at CodeStar/Exception/CodeStarException.php
Represents an error interacting with the AWS CodeStar service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
ConcurrentModificationException
[ ]
Description
Another modification is being made. That modification must complete before you can make your change.
Members
InvalidNextTokenException
[ ]
Description
The next token is not valid.
Members
InvalidServiceRoleException
[ ]
Description
The service role is not valid.
Members
LimitExceededException
[ ]
Description
A resource limit has been exceeded.
Members
ProjectAlreadyExistsException
[ ]
Description
An AWS CodeStar project with the same ID already exists in this region for the AWS account. AWS CodeStar project IDs must be unique within a region for the AWS account.
Members
ProjectConfigurationException
[ ]
Description
Project configuration information is required but not specified.
Members
ProjectCreationFailedException
[ ]
Description
The project creation request was valid, but a nonspecific exception or error occurred during project creation. The project could not be created in AWS CodeStar.
Members
ProjectNotFoundException
[ ]
Description
The specified AWS CodeStar project was not found.
Members
TeamMemberAlreadyAssociatedException
[ ]
Description
The team member is already associated with a role in this project.
Members
TeamMemberNotFoundException
[ ]
Description
The specified team member was not found.
Members
UserProfileAlreadyExistsException
[ ]
Description
A user profile with that name already exists in this region for the AWS account. AWS CodeStar user profile names must be unique within a region for the AWS account.
Members
UserProfileNotFoundException
[ ]
Description
The user profile was not found.
Members
ValidationException
[ ]
Description
The specified input is either not valid, or it could not be validated.