Sha256: 449da843dd1fa1f7bb4e4720568d16d6fb283bfa969020bd8eb1691987a0b84a
Contents?: true
Size: 1006 Bytes
Versions: 18
Compression:
Stored size: 1006 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 FMS module Errors class ServiceError < ::Aws::Errors::ServiceError end class InternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidInputException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidOperationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidTypeException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems