sig/errors.rbs in aws-sdk-chatbot-1.2.0 vs sig/errors.rbs in aws-sdk-chatbot-1.5.0
- old
+ new
@@ -43,10 +43,12 @@
end
class GetAccountPreferencesException < ::Aws::Errors::ServiceError
end
class GetTeamsChannelConfigurationException < ::Aws::Errors::ServiceError
end
+ class InternalServiceError < ::Aws::Errors::ServiceError
+ end
class InvalidParameterException < ::Aws::Errors::ServiceError
end
class InvalidRequestException < ::Aws::Errors::ServiceError
end
class LimitExceededException < ::Aws::Errors::ServiceError
@@ -56,9 +58,13 @@
class ListMicrosoftTeamsUserIdentitiesException < ::Aws::Errors::ServiceError
end
class ListTeamsChannelConfigurationsException < ::Aws::Errors::ServiceError
end
class ResourceNotFoundException < ::Aws::Errors::ServiceError
+ end
+ class ServiceUnavailableException < ::Aws::Errors::ServiceError
+ end
+ class TooManyTagsException < ::Aws::Errors::ServiceError
end
class UpdateAccountPreferencesException < ::Aws::Errors::ServiceError
end
class UpdateChimeWebhookConfigurationException < ::Aws::Errors::ServiceError
end