Class: Aws::CleanRoomsML::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ServiceQuotaExceededException
- 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
-
#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
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_name ⇒ String
The name of the service quota limit that was exceeded
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_value ⇒ Float
The current limit on the service quota that was exceeded
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 |