Class: Aws::BCMDataExports::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 816

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

#quota_codeString

The quota code that exceeded the throttling limit.

Returns:

  • (String)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 816

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

#service_codeString

The service code that exceeded the throttling limit. It will always be “AWSBillingAndCostManagementDataExports”.

Returns:

  • (String)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 816

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