Class: Aws::IoTFleetWise::Types::ThrottlingException

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

Overview

The request couldn't be completed due to throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
3686
3687
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3680

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

#quota_codeString

The quota identifier of the applied throttling rules for this request.

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
3686
3687
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3680

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the command.

Returns:

  • (Integer)


3680
3681
3682
3683
3684
3685
3686
3687
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3680

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

#service_codeString

The code for the service that couldn't be completed due to throttling.

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
3686
3687
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3680

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