Class: Aws::Neptunedata::Types::UnsupportedOperationException

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

Overview

Raised when a request attempts to initiate an operation that is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The HTTP status code returned with the exception.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-neptunedata/types.rb', line 4009

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

#detailed_messageString

A detailed message describing the problem.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-neptunedata/types.rb', line 4009

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

#request_idString

The ID of the request in question.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
# File 'lib/aws-sdk-neptunedata/types.rb', line 4009

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