Class: Aws::ApiGatewayV2::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

A limit has been exceeded. See the accompanying error message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_typeString

Returns:

  • (String)


5733
5734
5735
5736
5737
5738
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5733

class TooManyRequestsException < Struct.new(
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


5733
5734
5735
5736
5737
5738
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5733

class TooManyRequestsException < Struct.new(
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end