Sha256: 6949ef7667b7084d8021e802b3339d183817ad8968cdb4803a5d15f4abdd024d
Contents?: true
Size: 1022 Bytes
Versions: 16
Compression:
Stored size: 1022 Bytes
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 AutoScalingPlans module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConcurrentUpdateException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidNextTokenException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ObjectNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems