Module: AWS::Errors::ClientError

Extended by:
ExceptionMixinClassMethods
Included in:
S3::Errors::NoSuchKey, S3::Errors::NotModified
Defined in:
lib/aws/errors.rb

Overview

Raised when an error occurs as a result of bad client behavior, most commonly when the parameters passed to a method are somehow invalid. Other common cases:

  • Throttling errors

  • Bad credentials

  • No permission to do the requested operation

  • Limits exceeded (e.g. too many buckets)

Method Summary

Methods included from ExceptionMixinClassMethods

new