sig/errors.rbs in aws-sdk-iam-1.113.0 vs sig/errors.rbs in aws-sdk-iam-1.114.0

- old
+ new

@@ -9,10 +9,14 @@ module IAM module Errors class ServiceError < ::Aws::Errors::ServiceError end + class AccountNotManagementOrDelegatedAdministratorException < ::Aws::Errors::ServiceError + end + class CallerIsNotManagementAccountException < ::Aws::Errors::ServiceError + end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class CredentialReportExpiredException < ::Aws::Errors::ServiceError def message: () -> ::String @@ -69,10 +73,14 @@ def message: () -> ::String end class OpenIdIdpCommunicationErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end + class OrganizationNotFoundException < ::Aws::Errors::ServiceError + end + class OrganizationNotInAllFeaturesModeException < ::Aws::Errors::ServiceError + end class PasswordPolicyViolationException < ::Aws::Errors::ServiceError def message: () -> ::String end class PolicyEvaluationException < ::Aws::Errors::ServiceError def message: () -> ::String @@ -80,9 +88,11 @@ class PolicyNotAttachableException < ::Aws::Errors::ServiceError def message: () -> ::String end class ReportGenerationLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String + end + class ServiceAccessNotEnabledException < ::Aws::Errors::ServiceError end class ServiceFailureException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceNotSupportedException < ::Aws::Errors::ServiceError