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)


3694
3695
3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3694

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