Class: Aws::PcaConnectorAd::Types::ThrottlingException

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

Overview

The limit on the number of requests per second was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2679

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

#quota_codeString

The code associated with the quota.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2679

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

#service_codeString

Identifies the originating service.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2679

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