Class: Aws::Support::Types::ThrottlingReason

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

Overview

Information about why a request was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason that the request was throttled.

Returns:

  • (String)


1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-support/types.rb', line 1900

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

#resourceString

The resource that caused the request to be throttled.

Returns:

  • (String)


1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-support/types.rb', line 1900

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