Sha256: f8e9b3b04af048e07be75c4a80798a75ff4b052d6900a7204fab505504b5e35a
Contents?: true
Size: 1.04 KB
Versions: 20
Compression:
Stored size: 1.04 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 GuardDuty module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String def type: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def type: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String def type: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def message: () -> ::String def type: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def type: () -> ::String end end end end
Version data entries
20 entries across 20 versions & 1 rubygems