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)


1452
1453
1454
1455
1456
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1452

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