Class: Aws::DevOpsAgent::Types::ThrottlingException

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

Overview

The request was throttled due to too many requests. Please slow down and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Detailed error message describing the throttling condition.

Returns:

  • (String)


4644
4645
4646
4647
4648
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4644

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