Class: Aws::GreengrassV2::Types::ThrottlingException

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

Overview

Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2993

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

#quota_codeString

The code for the quota in Service Quotas.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2993

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

#retry_after_secondsInteger

The amount of time to wait before you retry the request.

Returns:

  • (Integer)


2993
2994
2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2993

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

#service_codeString

The code for the service in Service Quotas.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2993

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