Class: Aws::Imagebuilder::Types::ServiceQuotaExceededException

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

#messageString

Returns:

  • (String)


7292
7293
7294
7295
7296
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7292

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