Sha256: 3dea9901a24d8b964b1d11509c2a9294bafe079fc6ecaa9ffa7956778011c8ee
Contents?: true
Size: 783 Bytes
Versions: 21
Compression:
Stored size: 783 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 FIS module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConflictException < ::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 ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
21 entries across 21 versions & 1 rubygems