Class: Aws::ACM::Types::ThrottlingException

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

Overview

The request was denied because it exceeded a quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2332

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

#throttling_reasonsArray<Types::ThrottlingReason>

One or more reasons why the request was throttled.

Returns:



2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2332

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