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
- message
-
- Required: Yes
- Type: string
- resourceArn
-
- Required: Yes
- Type: string
The ARN of the resource that conflicts with this operation.
- resourceId
-
- Required: Yes
- Type: string
The ID of the resource that conflicts with this operation.
InternalFailureException
[ 'message' => '<string>', ]
Description
IoT SiteWise can't process your request right now. Try again later.
Members
- message
-
- Required: Yes
- Type: string
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
- message
-
- Required: Yes
- Type: string
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
- message
-
- Required: Yes
- Type: string
ResourceAlreadyExistsException
[ 'message' => '<string>', 'resourceArn' => '<string>', 'resourceId' => '<string>', ]
Description
The resource already exists.
Members
- message
-
- Required: Yes
- Type: string
- resourceArn
-
- Required: Yes
- Type: string
The ARN of the resource that already exists.
- resourceId
-
- Required: Yes
- Type: string
The ID of the resource that already exists.
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The requested resource can't be found.
Members
- message
-
- Required: Yes
- Type: string
ServiceUnavailableException
[ 'message' => '<string>', ]
Description
The requested service is unavailable.
Members
- message
-
- Required: Yes
- Type: 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
- message
-
- Required: Yes
- Type: string
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
- message
-
- Type: string
- resourceName
-
- Type: string
The name of the resource with too many tags.
UnauthorizedException
[ 'message' => '<string>', ]
Description
You are not authorized.
Members
- message
-
- Required: Yes
- Type: string