Class: Aws::PartnerCentralRevenueMeasurement::Types::ThrottlingException

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

Overview

The request was throttled due to too many requests. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1706

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

#quota_codeString

The quota code associated with the throttling error.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1706

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

#service_codeString

The service code associated with the throttling error.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1706

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