Class: Aws::AppFabric::Types::ThrottlingException

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

Overview

The request rate exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1712

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

#quota_codeString

The code for the quota exceeded.

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1712

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

#retry_after_secondsInteger

The period of time after which you should retry your request.

Returns:

  • (Integer)


1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1712

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

#service_codeString

The code of the service.

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1712

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