Class: Aws::DevOpsAgent::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

The request would exceed the service quota limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Detailed error message describing which quota was exceeded.

Returns:

  • (String)


6143
6144
6145
6146
6147
# File 'lib/aws-sdk-devopsagent/types.rb', line 6143

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