Module: Aws::CloudWatchLogs::Errors

Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/errors.rb

Overview

When CloudWatchLogs returns an error response, the Ruby SDK constructs and raises an error. These errors all extend Aws::CloudWatchLogs::Errors::ServiceError < Errors::ServiceError

You can rescue all CloudWatchLogs errors using ServiceError:

begin
  # do stuff
rescue Aws::CloudWatchLogs::Errors::ServiceError
  # rescues all CloudWatchLogs API errors
end

Request Context

ServiceError objects have a #context method that returns information about the request that generated the error. See Seahorse::Client::RequestContext for more information.

Error Classes

Additionally, error classes are dynamically generated for service errors based on the error code if they are not defined above.

Defined Under Namespace

Classes: AccessDeniedException, ConflictException, DataAlreadyAcceptedException, InvalidOperationException, InvalidParameterException, InvalidSequenceTokenException, LimitExceededException, MalformedQueryException, OperationAbortedException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, SessionStreamingException, SessionTimeoutException, ThrottlingException, TooManyTagsException, UnrecognizedClientException, ValidationException