Sha256: 3f2e55041838df085f30d55472e0a2301af448ff33115b5dec7d53153d870e72
Contents?: true
Size: 1.17 KB
Versions: 14
Compression:
Stored size: 1.17 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 LocationService module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String def reason: () -> ::String def field_list: () -> ::String end end end end
Version data entries
14 entries across 14 versions & 1 rubygems