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