Class Macie2Exception
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Macie2\Exception\Macie2Exception
- Namespace: Aws\Macie2\Exception
- Located at Macie2/Exception/Macie2Exception.php
Represents an error interacting with the Amazon Macie 2 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
Provides information about an error that occurred due to insufficient access to a specified resource.
Members
ConflictException
[ 'message' => '<string>', ]
Description
Provides information about an error that occurred due to a versioning conflict for a specified resource.
Members
InternalServerException
[ 'message' => '<string>', ]
Description
Provides information about an error that occurred due to an unknown internal server error, exception, or failure.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
Provides information about an error that occurred because a specified resource wasn't found.
Members
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
Provides information about an error that occurred due to one or more service quotas for an account.
Members
ThrottlingException
[ 'message' => '<string>', ]
Description
Provides information about an error that occurred because too many requests were sent during a certain amount of time.
Members
ValidationException
[ 'message' => '<string>', ]