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