Class: Aws::CleanRooms::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Request denied because service quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7147
7148
7149
7150
7151
7152
7153
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7147

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

#quota_nameString

The name of the quota.

Returns:

  • (String)


7147
7148
7149
7150
7151
7152
7153
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7147

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

#quota_valueFloat

The value of the quota.

Returns:

  • (Float)


7147
7148
7149
7150
7151
7152
7153
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7147

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