Class: Aws::Evs::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
The number of one or more Amazon EVS resources exceeds the maximum allowed. For a list of Amazon EVS quotas, see Amazon EVS endpoints and quotas in the Amazon EVS User Guide. Delete some resources or request an increase in your service quota. To request an increase, see Amazon Web Services Service Quotas in the Amazon Web Services General Reference Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
1161 1162 1163 1164 1165 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1161 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |