Class CloudWatchEventsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudWatchEvents\Exception\CloudWatchEventsException
- Namespace: Aws\CloudWatchEvents\Exception
- Located at CloudWatchEvents/Exception/CloudWatchEventsException.php
Represents an error interacting with the Amazon CloudWatch Events 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
There is concurrent modification on a rule, target, archive, or replay.
Members
IllegalStatusException
[ ]
Description
An error occurred because a replay can be canceled only when the state is Running or Starting.
Members
InternalException
[ ]
Description
This exception occurs due to unexpected causes.
Members
InvalidEventPatternException
[ ]
Description
The event pattern is not valid.
Members
InvalidStateException
[ ]
Description
The specified state is not a valid state for an event source.
Members
LimitExceededException
[ ]
Description
The request failed because it attempted to create resource beyond the allowed service quota.
Members
ManagedRuleException
[ ]
Description
This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that service. If you see this error in response to DeleteRule
or RemoveTargets
, you can use the Force
parameter in those calls to delete the rule or remove targets from the rule. You cannot modify these managed rules by using DisableRule
, EnableRule
, PutTargets
, PutRule
, TagResource
, or UntagResource
.
Members
OperationDisabledException
[ ]
Description
The operation you are attempting is not available in this region.
Members
PolicyLengthExceededException
[ ]
Description
The event bus policy is too long. For more information, see the limits.
Members
ResourceAlreadyExistsException
[ ]
Description
The resource you are trying to create already exists.
Members
ResourceNotFoundException
[ ]
Description
An entity that you specified does not exist.