Sha256: d0a32ff32e275ed319511a2f2e6876e646662519724745c15e1c0c09c6f943cc
Contents?: true
Size: 1.25 KB
Versions: 21
Compression:
Stored size: 1.25 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 MediaPackageV2 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 def conflict_exception_type: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type_not_found: () -> ::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 validation_exception_type: () -> ::String end end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-mediapackagev2-1.12.0 | sig/errors.rbs |