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