Sha256: 7382aa73a5eabc59a0f0f30c355f36172826bd3d9063645f1ccd9aee55550597
Contents?: true
Size: 931 Bytes
Versions: 16
Compression:
Stored size: 931 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 GroundStation module Errors class ServiceError < ::Aws::Errors::ServiceError end class DependencyException < ::Aws::Errors::ServiceError def message: () -> ::String def parameter_name: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String def parameter_name: () -> ::String end class ResourceLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def parameter_name: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems