Class IoTSiteWiseException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\IoTSiteWise\Exception\IoTSiteWiseException
- Namespace: Aws\IoTSiteWise\Exception
- Located at IoTSiteWise/Exception/IoTSiteWiseException.php
Represents an error interacting with the AWS IoT SiteWise 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
ConflictingOperationException
[ 'message' => '<string>', 'resourceArn' => '<string>', 'resourceId' => '<string>', ]
Description
Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
Members
InternalFailureException
[ 'message' => '<string>', ]
Description
IoT SiteWise can't process your request right now. Try again later.
Members
InvalidRequestException
[ 'message' => '<string>', ]
Description
The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again.
Members
LimitExceededException
[ 'message' => '<string>', ]
Description
You've reached the limit for a resource. For example, this can occur if you're trying to associate more than the allowed number of child assets or attempting to create more than the allowed number of properties for an asset model.
For more information, see Quotas in the IoT SiteWise User Guide.
Members
ResourceAlreadyExistsException
[ 'message' => '<string>', 'resourceArn' => '<string>', 'resourceId' => '<string>', ]
Description
The resource already exists.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
ServiceUnavailableException
[ 'message' => '<string>', ]
ThrottlingException
[ 'message' => '<string>', ]
Description
Your request exceeded a rate limit. For example, you might have exceeded the number of IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the IoT SiteWise User Guide.
Members
TooManyTagsException
[ 'message' => '<string>', 'resourceName' => '<string>', ]
Description
You've reached the limit for the number of tags allowed for a resource. For more information, see Tag naming limits and requirements in the Amazon Web Services General Reference.
Members
UnauthorizedException
[ 'message' => '<string>', ]