Class: Aws::PrometheusService::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


138
139
140
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 138

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

Instance Method Details

#messageString

Returns:



143
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 143

def message: () -> ::String

#quota_codeString

Returns:



163
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 163

def quota_code: () -> ::String

#resource_idString

Returns:



148
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 148

def resource_id: () -> ::String

#resource_typeString

Returns:



153
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 153

def resource_type: () -> ::String

#service_codeString

Returns:



158
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 158

def service_code: () -> ::String