Class: Aws::Account::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-account/types.rb

Overview

The operation failed because it was called too frequently and exceeded a throttle limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

The value populated to the ‘x-amzn-ErrorType` response header by API Gateway.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-account/types.rb', line 1166

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

#messageString

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-account/types.rb', line 1166

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