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