Sha256: ad08b55c390a4e268652db1154023a5e8a63bbb6e58a4b0092a48aa407bad52e
Contents?: true
Size: 791 Bytes
Versions: 14
Compression:
Stored size: 791 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 LaunchWizard module Errors class ServiceError < ::Aws::Errors::ServiceError end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceLimitException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
14 entries across 14 versions & 1 rubygems