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