Class: Aws::Proton::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5213
5214
5215
5216
5217
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5213

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