Class: Aws::Proton::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
A quota was exceeded. For more information, see [Proton Quotas] in the *Proton User Guide*.
[1]: docs.aws.amazon.com/proton/latest/userguide/ag-limits.html
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5213 5214 5215 5216 5217 |
# File 'lib/aws-sdk-proton/types.rb', line 5213 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end |