Class: Aws::AmplifyBackend::Types::TooManyRequestsException

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

Overview

An error that is returned when a limit of a specific type has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_typeString

Returns:

  • (String)


3005
3006
3007
3008
3009
3010
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3005

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

#messageString

Returns:

  • (String)


3005
3006
3007
3008
3009
3010
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3005

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