Class: Aws::CleanRooms::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-cleanrooms/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



139
140
141
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 139

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


144
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 144

def message: () -> ::String

#quota_nameString

Returns:

  • (String)


149
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 149

def quota_name: () -> ::String

#quota_valueString

Returns:

  • (String)


154
# File 'lib/aws-sdk-cleanrooms/errors.rb', line 154

def quota_value: () -> ::String