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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/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 'gems/aws-sdk-neptunegraph/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
125
126
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/errors.rb', line 124

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

#quota_codeString

Returns:

  • (String)


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

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


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

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


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

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


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

def service_code
  @data[:service_code]
end