Skip to content

Commit

Permalink
r/aws_kinesis_analytics_application: Update GH organization (#15859).
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 3, 2020
1 parent 04841b1 commit a3b9b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/internal/service/kinesisanalytics/waiter/waiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ func IAMPropagation(f func() (interface{}, error)) (interface{}, error) {

output, err = f()

// Kinesis Stream: https://github.com/terraform-providers/terraform-provider-aws/issues/7032
// Kinesis Stream: https://github.com/hashicorp/terraform-provider-aws/issues/7032
if tfawserr.ErrMessageContains(err, kinesisanalytics.ErrCodeInvalidArgumentException, "Kinesis Analytics service doesn't have sufficient privileges") {
return resource.RetryableError(err)
}

// Kinesis Firehose: https://github.com/terraform-providers/terraform-provider-aws/issues/7394
// Kinesis Firehose: https://github.com/hashicorp/terraform-provider-aws/issues/7394
if tfawserr.ErrMessageContains(err, kinesisanalytics.ErrCodeInvalidArgumentException, "Kinesis Analytics doesn't have sufficient privileges") {
return resource.RetryableError(err)
}
Expand Down

0 comments on commit a3b9b2f

Please sign in to comment.