Class: Aws::Evs::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Describes the error encountered.

Returns:

  • (String)


1317
1318
1319
1320
1321
# File 'lib/aws-sdk-evs/types.rb', line 1317

class ServiceQuotaExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end