You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.

Module: AWS::Errors::ClientError

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)