Class: Aws::LookoutMetrics::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



129
130
131
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 129

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

Instance Method Details

#messageString

Returns:

  • (String)


134
135
136
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 134

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

#quota_codeString

Returns:

  • (String)


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

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


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

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


144
145
146
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 144

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


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

def service_code
  @data[:service_code]
end