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