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