Class: Aws::Imagebuilder::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You have exceeded the number of permitted resources or operations for this service. For service quotas, see [EC2 Image Builder endpoints and quotas].
[1]: docs.aws.amazon.com/general/latest/gr/imagebuilder.html#limits_imagebuilder
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7365 7366 7367 7368 7369 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7365 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |