Sha256: 2a346958ca91b09948f959fd9b0bd15f48cc10545eda20d47bdf75f5997959d6
Contents?: true
Size: 1.74 KB
Versions: 19
Compression:
Stored size: 1.74 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module DeviceFarm module Errors class ServiceError < ::Aws::Errors::ServiceError end class ArgumentException < ::Aws::Errors::ServiceError def message: () -> ::String end class CannotDeleteException < ::Aws::Errors::ServiceError def message: () -> ::String end class IdempotencyException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidOperationException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotEligibleException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceAccountException < ::Aws::Errors::ServiceError def message: () -> ::String end class TagOperationException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class TagPolicyException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class TooManyTagsException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems