Class: Aws::CleanRoomsML::Types::ServiceQuotaExceededException

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

Overview

You have exceeded your service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4840
4841
4842
4843
4844
4845
4846
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4840

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end

#quota_nameString

The name of the service quota limit that was exceeded

Returns:

  • (String)


4840
4841
4842
4843
4844
4845
4846
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4840

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end

#quota_valueFloat

The current limit on the service quota that was exceeded

Returns:

  • (Float)


4840
4841
4842
4843
4844
4845
4846
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4840

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end