Class SSMIncidentsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\SSMIncidents\Exception\SSMIncidentsException
- Namespace: Aws\SSMIncidents\Exception
- Located at SSMIncidents/Exception/SSMIncidentsException.php
Represents an error interacting with the AWS Systems Manager Incident Manager 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'message' => '<string>', ]
Description
You don't have sufficient access to perform this operation.
Members
ConflictException
[ 'message' => '<string>', 'resourceIdentifier' => '<string>', 'resourceType' => 'RESPONSE_PLAN|INCIDENT_RECORD|TIMELINE_EVENT|REPLICATION_SET|RESOURCE_POLICY', 'retryAfter' => <DateTime>, ]
Description
Updating or deleting a resource causes an inconsistent state.
Members
- message
-
- Required: Yes
- Type: string
- resourceIdentifier
-
- Type: string
The identifier of the requested resource
- resourceType
-
- Type: string
The resource type
- retryAfter
-
- Type: timestamp (string|DateTime or anything parsable by strtotime)
If present in the output, the operation can be retried after this time
InternalServerException
[ 'message' => '<string>', ]
Description
The request processing has failed because of an unknown error, exception or failure.
Members
ResourceNotFoundException
[ 'message' => '<string>', 'resourceIdentifier' => '<string>', 'resourceType' => 'RESPONSE_PLAN|INCIDENT_RECORD|TIMELINE_EVENT|REPLICATION_SET|RESOURCE_POLICY', ]
Description
Request references a resource which doesn't exist.
Members
ServiceQuotaExceededException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'resourceIdentifier' => '<string>', 'resourceType' => 'RESPONSE_PLAN|INCIDENT_RECORD|TIMELINE_EVENT|REPLICATION_SET|RESOURCE_POLICY', 'serviceCode' => 'ssm-incidents', ]
Description
Request would cause a service quota to be exceeded.
Members
ThrottlingException
[ 'message' => '<string>', 'quotaCode' => '<string>', 'serviceCode' => 'ssm-incidents', ]
Description
The request was denied due to request throttling.
Members
ValidationException
[ 'message' => '<string>', ]