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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2343
2344
2345
2346
2347
2348
# File 'lib/aws-sdk-acm/types.rb', line 2343

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

#resourceString

The resource that causes the request to be throttled.

Returns:

  • (String)


2343
2344
2345
2346
2347
2348
# File 'lib/aws-sdk-acm/types.rb', line 2343

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