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)


4893
4894
4895
4896
4897
4898
4899
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4893

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)


4893
4894
4895
4896
4897
4898
4899
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4893

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)


4893
4894
4895
4896
4897
4898
4899
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4893

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