sig/errors.rbs in aws-sdk-iam-1.94.0 vs sig/errors.rbs in aws-sdk-iam-1.95.0
- old
+ new
@@ -66,9 +66,12 @@
def message: () -> ::String
end
class NoSuchEntityException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
+ class OpenIdIdpCommunicationErrorException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
class PasswordPolicyViolationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class PolicyEvaluationException < ::Aws::Errors::ServiceError
def message: () -> ::String