Class PanoramaException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Panorama\Exception\PanoramaException
- Namespace: Aws\Panorama\Exception
- Located at Panorama/Exception/PanoramaException.php
Represents an error interacting with the AWS Panorama 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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The requestor does not have permission to access the target action or resource.
Members
- Message
-
- Required: Yes
- Type: string
ConflictException
[ 'ErrorArguments' => [ [ 'Name' => '<string>', 'Value' => '<string>', ], // ... ], 'ErrorId' => '<string>', 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
The target resource is in use.
Members
- ErrorArguments
-
- Type: Array of ConflictExceptionErrorArgument structures
A list of attributes that led to the exception and their values.
- ErrorId
-
- Type: string
A unique ID for the error.
- Message
-
- Required: Yes
- Type: string
- ResourceId
-
- Required: Yes
- Type: string
The resource's ID.
- ResourceType
-
- Required: Yes
- Type: string
The resource's type.
InternalServerException
[ 'Message' => '<string>', 'RetryAfterSeconds' => <integer>, ]
Description
An internal error occurred.
Members
- Message
-
- Required: Yes
- Type: string
- RetryAfterSeconds
-
- Type: int
The number of seconds a client should wait before retrying the call.
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
The target resource was not found.
Members
- Message
-
- Required: Yes
- Type: string
- ResourceId
-
- Required: Yes
- Type: string
The resource's ID.
- ResourceType
-
- Required: Yes
- Type: string
The resource's type.
ServiceQuotaExceededException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', 'ServiceCode' => '<string>', ]
Description
The request would cause a limit to be exceeded.
Members
- Message
-
- Required: Yes
- Type: string
- QuotaCode
-
- Required: Yes
- Type: string
The name of the limit.
- ResourceId
-
- Type: string
The target resource's ID.
- ResourceType
-
- Type: string
The target resource's type.
- ServiceCode
-
- Required: Yes
- Type: string
The name of the service.
ValidationException
[ 'ErrorArguments' => [ [ 'Name' => '<string>', 'Value' => '<string>', ], // ... ], 'ErrorId' => '<string>', 'Fields' => [ [ 'Message' => '<string>', 'Name' => '<string>', ], // ... ], 'Message' => '<string>', 'Reason' => 'UNKNOWN_OPERATION|CANNOT_PARSE|FIELD_VALIDATION_FAILED|OTHER', ]
Description
The request contains an invalid parameter value.
Members
- ErrorArguments
-
- Type: Array of ValidationExceptionErrorArgument structures
A list of attributes that led to the exception and their values.
- ErrorId
-
- Type: string
A unique ID for the error.
- Fields
-
- Type: Array of ValidationExceptionField structures
A list of request parameters that failed validation.
- Message
-
- Required: Yes
- Type: string
- Reason
-
- Type: string
The reason that validation failed.