Class: Aws::ObservabilityAdmin::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
The requested operation would exceed the allowed quota for the specified resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amzn_error_type ⇒ String
The name of the exception.
-
#message ⇒ String
Instance Attribute Details
#amzn_error_type ⇒ String
The name of the exception.
590 591 592 593 594 595 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 590 class ServiceQuotaExceededException < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
590 591 592 593 594 595 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 590 class ServiceQuotaExceededException < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end |