Class: Aws::ServerlessApplicationRepository::Types::TooManyRequestsException

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

Overview

The client is sending more than the allowed number of requests per unit of time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

429

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1695

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

#messageString

The client is sending more than the allowed number of requests per unit of time.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1695

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