Class: Aws::NeptuneGraph::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



119
120
121
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 119

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

Instance Method Details

#messageString

Returns:

  • (String)


124
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 124

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


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

def quota_code: () -> ::String

#resource_idString

Returns:

  • (String)


129
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 129

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


134
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 134

def resource_type: () -> ::String

#service_codeString

Returns:

  • (String)


139
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 139

def service_code: () -> ::String