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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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 'gems/aws-sdk-cleanrooms/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
145
146
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/errors.rb', line 144

def message
  @message || @data[:message]
end

#quota_nameString

Returns:

  • (String)


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

def quota_name
  @data[:quota_name]
end

#quota_valueString

Returns:

  • (String)


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

def quota_value
  @data[:quota_value]
end