Class: Aws::Neptune::Errors::DBClusterRoleNotFoundFault Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-neptune/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘DBClusterRoleNotFound` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DBClusterRoleNotFoundFault.

Parameters:



257
258
259
# File 'lib/aws-sdk-neptune/errors.rb', line 257

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