Class: Aws::CleanRooms::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Request denied because service quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_name ⇒ String
The name of the quota.
-
#quota_value ⇒ Float
The value of the quota.
Instance Attribute Details
#message ⇒ String
10639 10640 10641 10642 10643 10644 10645 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10639 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
The name of the quota.
10639 10640 10641 10642 10643 10644 10645 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10639 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_value ⇒ Float
The value of the quota.
10639 10640 10641 10642 10643 10644 10645 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10639 class ServiceQuotaExceededException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |