Class: Aws::ACM::Types::ThrottlingReason

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

Overview

A description of why a request was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A description of why a request was throttled.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2351

class ThrottlingReason < Struct.new(
  :reason,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resourceString

The resource that causes the request to be throttled.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2351

class ThrottlingReason < Struct.new(
  :reason,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end