Class S3ControlException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\S3Control\Exception\S3ControlException
- Namespace: Aws\S3Control\Exception
- Located at S3Control/Exception/S3ControlException.php
Represents an error interacting with the AWS S3 Control 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.
BadRequestException
[ 'Message' => '<string>', ]
BucketAlreadyExists
[ ]
Description
The requested Outposts bucket name is not available. The bucket namespace is shared by all users of the Outposts in this Region. Select a different name and try again.
Members
BucketAlreadyOwnedByYou
[ ]
Description
The Outposts bucket you tried to create already exists, and you own it.
Members
IdempotencyException
[ 'Message' => '<string>', ]
InternalServiceException
[ 'Message' => '<string>', ]
InvalidNextTokenException
[ 'Message' => '<string>', ]
InvalidRequestException
[ 'Message' => '<string>', ]
JobStatusException
[ 'Message' => '<string>', ]
NoSuchPublicAccessBlockConfiguration
[ 'Message' => '<string>', ]
Description
Amazon S3 throws this exception if you make a GetPublicAccessBlock
request against an account that doesn't have a PublicAccessBlockConfiguration
set.
Members
NotFoundException
[ 'Message' => '<string>', ]
TooManyRequestsException
[ 'Message' => '<string>', ]
TooManyTagsException
[ 'Message' => '<string>', ]