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