Class: Aws::PCS::Types::ThrottlingException

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

Overview

Your request exceeded a request rate quota. Check the resource's request rate quota and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1697

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1697

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