Class: Aws::AgentRegistryControl::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

The request was denied due to request throttling; the caller may retry after a delay.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1842
1843
1844
1845
1846
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1842

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