Class: Aws::CleanRoomsML::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
You have exceeded your service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_name ⇒ String
The name of the service quota limit that was exceeded.
-
#quota_value ⇒ Float
The current limit on the service quota that was exceeded.
Instance Attribute Details
#message ⇒ String
5001 5002 5003 5004 5005 5006 5007 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5001 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
The name of the service quota limit that was exceeded
5001 5002 5003 5004 5005 5006 5007 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5001 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_value ⇒ Float
The current limit on the service quota that was exceeded
5001 5002 5003 5004 5005 5006 5007 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5001 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |