Class: Aws::WellArchitected::Types::ThrottlingException

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

Overview

Request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Description of the error.

Returns:

  • (String)


7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-wellarchitected/types.rb', line 7581

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

#quota_code ⇒ String

Service Quotas requirement to identify originating quota.

Returns:

  • (String)


7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-wellarchitected/types.rb', line 7581

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

#service_code ⇒ String

Service Quotas requirement to identify originating service.

Returns:

  • (String)


7581
7582
7583
7584
7585
7586
7587
# File 'lib/aws-sdk-wellarchitected/types.rb', line 7581

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