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