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