Namespace Aws\CloudTrail\Exception
Exceptions summary
| CloudTrailException | Default service exception class |
| InsufficientS3BucketPolicyException | This exception is thrown when the policy on the S3 bucket is not sufficient. |
| InsufficientSnsTopicPolicyException | This exception is thrown when the policy on the SNS topic is not sufficient. |
| InternalErrorException | Exception that occurs when a InternalErrorException error is encountered |
| InvalidS3BucketNameException | This exception is thrown when the provided S3 bucket name is not valid. |
| InvalidS3PrefixException | This exception is thrown when the provided S3 prefix is not valid. |
| InvalidSnsTopicNameException | This exception is thrown when the provided SNS topic name is not valid. |
| InvalidTrailNameException | This exception is thrown when the provided trail name is not valid. |
| MaximumNumberOfTrailsExceededException | This exception is thrown when the maximum number of trails is reached. |
| S3BucketDoesNotExistException | This exception is thrown when the specified S3 bucket does not exist. |
| TrailAlreadyExistsException | This exception is thrown when the specified trail already exists. |
| TrailNotFoundException | This exception is thrown when the trail with the given name is not found. |
| TrailNotProvidedException | This exception is thrown when no trail is provided. |