Class: Aws::Synthetics::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
The request exceeded a service quota value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-synthetics/types.rb', line 2214 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |