Class: Aws::Evs::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/evs/latest/userguide/service-quotas-evs.html [2]: docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-evs/types.rb', line 1317 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |