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

Class: Aws::ServiceQuotas::Types::ErrorReason

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns an error that explains why the action did not succeed.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Service Quotas returns the following error values.

DEPENDENCY_ACCESS_DENIED_ERROR is returned when the caller does not have permission to call the service or service quota. To resolve the error, you need permission to access the service or service quota.

DEPENDENCY_THROTTLING_ERROR is returned when the service being called is throttling Service Quotas.

DEPENDENCY_SERVICE_ERROR is returned when the service being called has availability issues.

SERVICE_QUOTA_NOT_AVAILABLE_ERROR is returned when there was an error in Service Quotas.

Possible values:

  • DEPENDENCY_ACCESS_DENIED_ERROR
  • DEPENDENCY_THROTTLING_ERROR
  • DEPENDENCY_SERVICE_ERROR
  • SERVICE_QUOTA_NOT_AVAILABLE_ERROR

Returns:

  • (String)

    Service Quotas returns the following error values.

#error_messageString

The error message that provides more detail.

Returns:

  • (String)

    The error message that provides more detail.