Class: Aws::Neptune::Errors::CertificateNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptune::Errors::CertificateNotFoundFault
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CertificateNotFoundFault
constructor
A new instance of CertificateNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CertificateNotFoundFault
Returns a new instance of CertificateNotFoundFault.
119 120 121 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 119 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |