Home
last modified time | relevance | path

Searched refs:DirectoryNotSharedException (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/include/aws/ds/model/
H A DDirectoryNotSharedException.h32 class AWS_DIRECTORYSERVICE_API DirectoryNotSharedException
35 DirectoryNotSharedException();
36 DirectoryNotSharedException(Aws::Utils::Json::JsonView jsonValue);
37 DirectoryNotSharedException& operator=(Aws::Utils::Json::JsonView jsonValue);
57 …inline DirectoryNotSharedException& WithMessage(const Aws::String& value) { SetMessage(value); ret… in WithMessage()
60 …inline DirectoryNotSharedException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)… in WithMessage()
63 …inline DirectoryNotSharedException& WithMessage(const char* value) { SetMessage(value); return *th… in WithMessage()
82 …inline DirectoryNotSharedException& WithRequestId(const Aws::String& value) { SetRequestId(value);… in WithRequestId()
85 …inline DirectoryNotSharedException& WithRequestId(Aws::String&& value) { SetRequestId(std::move(va… in WithRequestId()
88 …inline DirectoryNotSharedException& WithRequestId(const char* value) { SetRequestId(value); return… in WithRequestId()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/source/model/
H A DDirectoryNotSharedException.cpp21 DirectoryNotSharedException::DirectoryNotSharedException() : in DirectoryNotSharedException() function in Aws::DirectoryService::Model::DirectoryNotSharedException
27 DirectoryNotSharedException::DirectoryNotSharedException(JsonView jsonValue) : in DirectoryNotSharedException() function in Aws::DirectoryService::Model::DirectoryNotSharedException
34 DirectoryNotSharedException& DirectoryNotSharedException::operator =(JsonView jsonValue) in operator =()
53 JsonValue DirectoryNotSharedException::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/directoryservice/types/
H A Derrors.go262 type DirectoryNotSharedException struct { struct
270 func (e *DirectoryNotSharedException) Error() string { argument
273 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
279 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
280 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/directoryservice/types/
H A Derrors.go238 type DirectoryNotSharedException struct { struct
244 func (e *DirectoryNotSharedException) Error() string { argument
247 func (e *DirectoryNotSharedException) ErrorMessage() string { argument
253 func (e *DirectoryNotSharedException) ErrorCode() string { return "DirectoryNotSharedEx… argument
254 func (e *DirectoryNotSharedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/source/
H A DDirectoryServiceErrors.cpp173 template<> AWS_DIRECTORYSERVICE_API DirectoryNotSharedException DirectoryServiceError::GetModeledEr… in GetModeledError()
176 return DirectoryNotSharedException(this->GetJsonPayload().View()); in GetModeledError()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s *DirectoryNotSharedException) Code() string { argument
9538 func (s *DirectoryNotSharedException) Message() string { argument
9546 func (s *DirectoryNotSharedException) OrigErr() error { argument
9550 func (s *DirectoryNotSharedException) Error() string { argument
9555 func (s *DirectoryNotSharedException) StatusCode() int { argument
9560 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s *DirectoryNotSharedException) Code() string { argument
9538 func (s *DirectoryNotSharedException) Message() string { argument
9546 func (s *DirectoryNotSharedException) OrigErr() error { argument
9550 func (s *DirectoryNotSharedException) Error() string { argument
9555 func (s *DirectoryNotSharedException) StatusCode() int { argument
9560 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s *DirectoryNotSharedException) Code() string { argument
9538 func (s *DirectoryNotSharedException) Message() string { argument
9546 func (s *DirectoryNotSharedException) OrigErr() error { argument
9550 func (s *DirectoryNotSharedException) Error() string { argument
9555 func (s *DirectoryNotSharedException) StatusCode() int { argument
9560 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s *DirectoryNotSharedException) Code() string { argument
9538 func (s *DirectoryNotSharedException) Message() string { argument
9546 func (s *DirectoryNotSharedException) OrigErr() error { argument
9550 func (s *DirectoryNotSharedException) Error() string { argument
9555 func (s *DirectoryNotSharedException) StatusCode() int { argument
9560 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s DirectoryNotSharedException) Code() string { argument
9538 func (s DirectoryNotSharedException) Message() string { argument
9546 func (s DirectoryNotSharedException) OrigErr() error { argument
9550 func (s DirectoryNotSharedException) Error() string { argument
9555 func (s DirectoryNotSharedException) StatusCode() int { argument
9560 func (s DirectoryNotSharedException) RequestID() string { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go9505 type DirectoryNotSharedException struct { struct
9517 func (s DirectoryNotSharedException) String() string { argument
9522 func (s DirectoryNotSharedException) GoString() string { argument
9527 return &DirectoryNotSharedException{
9533 func (s *DirectoryNotSharedException) Code() string { argument
9538 func (s *DirectoryNotSharedException) Message() string { argument
9546 func (s *DirectoryNotSharedException) OrigErr() error { argument
9550 func (s *DirectoryNotSharedException) Error() string { argument
9555 func (s *DirectoryNotSharedException) StatusCode() int { argument
9560 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10343 type DirectoryNotSharedException struct { struct
10355 func (s DirectoryNotSharedException) String() string { argument
10360 func (s DirectoryNotSharedException) GoString() string { argument
10365 return &DirectoryNotSharedException{
10371 func (s *DirectoryNotSharedException) Code() string { argument
10376 func (s *DirectoryNotSharedException) Message() string { argument
10384 func (s *DirectoryNotSharedException) OrigErr() error { argument
10388 func (s *DirectoryNotSharedException) Error() string { argument
10393 func (s *DirectoryNotSharedException) StatusCode() int { argument
10398 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10614 type DirectoryNotSharedException struct { struct
10626 func (s DirectoryNotSharedException) String() string { argument
10631 func (s DirectoryNotSharedException) GoString() string { argument
10636 return &DirectoryNotSharedException{
10642 func (s *DirectoryNotSharedException) Code() string { argument
10647 func (s *DirectoryNotSharedException) Message() string { argument
10655 func (s *DirectoryNotSharedException) OrigErr() error { argument
10659 func (s *DirectoryNotSharedException) Error() string { argument
10664 func (s *DirectoryNotSharedException) StatusCode() int { argument
10669 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10343 type DirectoryNotSharedException struct { struct
10355 func (s DirectoryNotSharedException) String() string { argument
10360 func (s DirectoryNotSharedException) GoString() string { argument
10365 return &DirectoryNotSharedException{
10371 func (s *DirectoryNotSharedException) Code() string { argument
10376 func (s *DirectoryNotSharedException) Message() string { argument
10384 func (s *DirectoryNotSharedException) OrigErr() error { argument
10388 func (s *DirectoryNotSharedException) Error() string { argument
10393 func (s *DirectoryNotSharedException) StatusCode() int { argument
10398 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10343 type DirectoryNotSharedException struct { struct
10355 func (s DirectoryNotSharedException) String() string { argument
10360 func (s DirectoryNotSharedException) GoString() string { argument
10365 return &DirectoryNotSharedException{
10371 func (s *DirectoryNotSharedException) Code() string { argument
10376 func (s *DirectoryNotSharedException) Message() string { argument
10384 func (s *DirectoryNotSharedException) OrigErr() error { argument
10388 func (s *DirectoryNotSharedException) Error() string { argument
10393 func (s *DirectoryNotSharedException) StatusCode() int { argument
10398 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10343 type DirectoryNotSharedException struct { struct
10355 func (s DirectoryNotSharedException) String() string { argument
10360 func (s DirectoryNotSharedException) GoString() string { argument
10365 return &DirectoryNotSharedException{
10371 func (s *DirectoryNotSharedException) Code() string { argument
10376 func (s *DirectoryNotSharedException) Message() string { argument
10384 func (s *DirectoryNotSharedException) OrigErr() error { argument
10388 func (s *DirectoryNotSharedException) Error() string { argument
10393 func (s *DirectoryNotSharedException) StatusCode() int { argument
10398 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go10614 type DirectoryNotSharedException struct { struct
10626 func (s DirectoryNotSharedException) String() string { argument
10631 func (s DirectoryNotSharedException) GoString() string { argument
10636 return &DirectoryNotSharedException{
10642 func (s *DirectoryNotSharedException) Code() string { argument
10647 func (s *DirectoryNotSharedException) Message() string { argument
10655 func (s *DirectoryNotSharedException) OrigErr() error { argument
10659 func (s *DirectoryNotSharedException) Error() string { argument
10664 func (s *DirectoryNotSharedException) StatusCode() int { argument
10669 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go11326 type DirectoryNotSharedException struct { struct
11342 func (s DirectoryNotSharedException) String() string { argument
11351 func (s DirectoryNotSharedException) GoString() string { argument
11356 return &DirectoryNotSharedException{
11362 func (s *DirectoryNotSharedException) Code() string { argument
11367 func (s *DirectoryNotSharedException) Message() string { argument
11375 func (s *DirectoryNotSharedException) OrigErr() error { argument
11379 func (s *DirectoryNotSharedException) Error() string { argument
11384 func (s *DirectoryNotSharedException) StatusCode() int { argument
11389 func (s *DirectoryNotSharedException) RequestID() string { argument
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go11326 type DirectoryNotSharedException struct { struct
11342 func (s DirectoryNotSharedException) String() string { argument
11351 func (s DirectoryNotSharedException) GoString() string { argument
11356 return &DirectoryNotSharedException{
11362 func (s *DirectoryNotSharedException) Code() string { argument
11367 func (s *DirectoryNotSharedException) Message() string { argument
11375 func (s *DirectoryNotSharedException) OrigErr() error { argument
11379 func (s *DirectoryNotSharedException) Error() string { argument
11384 func (s *DirectoryNotSharedException) StatusCode() int { argument
11389 func (s *DirectoryNotSharedException) RequestID() string { argument

12