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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/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

#messageString

Description of the error.

Returns:

  • (String)


5531
5532
5533
5534
5535
5536
5537
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5531

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

#quota_codeString

Service Quotas requirement to identify originating quota.

Returns:

  • (String)


5531
5532
5533
5534
5535
5536
5537
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5531

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

#service_codeString

Service Quotas requirement to identify originating service.

Returns:

  • (String)


5531
5532
5533
5534
5535
5536
5537
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5531

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