Module aws_sdk_apigateway::types::error

source ·
Expand description

Error types that Amazon API Gateway can respond with.

Modules§

Structs§

  • The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.

  • The request configuration has conflicts. For details, see the accompanying error message.

  • The request exceeded the rate limit. Retry after the specified time period.

  • The requested resource is not found. Make sure that the request URI is correct.

  • The requested service is not available. For details see the accompanying error message. Retry after the specified time period.

  • The request has reached its throttling limit. Retry after the specified time period.

  • The request is denied because the caller has insufficient permissions.