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)


3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3014

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)


3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3014

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)


3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3014

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)


3014
3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3014

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