Class: Aws::RDS::Errors::DBProxyEndpointNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RDS::Errors::DBProxyEndpointNotFoundFault
- Defined in:
- lib/aws-sdk-rds/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBProxyEndpointNotFoundFault
constructor
A new instance of DBProxyEndpointNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBProxyEndpointNotFoundFault
Returns a new instance of DBProxyEndpointNotFoundFault.
597 598 599 |
# File 'lib/aws-sdk-rds/errors.rb', line 597 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |