Class: Aws::Neptunedata::Types::ReadOnlyViolationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Raised when a request attempts to write to a read-only resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The HTTP status code returned with the exception.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2896

class ReadOnlyViolationException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#detailed_messageString

A detailed message describing the problem.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2896

class ReadOnlyViolationException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The ID of the request in which the parameter is missing.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2896

class ReadOnlyViolationException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end