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