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