AWS SDK for Kotlin
Toggle table of contents
1.6.82
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
devopsagent
/
aws.sdk.kotlin.services.devopsagent.model
/
DevOpsAgentException
Dev
Ops
Agent
Exception
open
class
DevOpsAgentException
:
AwsServiceException
Base class for all service related exceptions thrown by the DevOpsAgent client
Inheritors
AccessDeniedException
ConflictException
ContentSizeExceededException
IdentityCenterServiceException
InternalServerException
InvalidParameterException
ResourceNotFoundException
ServiceQuotaExceededException
ThrottlingException
ValidationException
Members
Constructors
Dev
Ops
Agent
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
sdk
Error
Metadata
Link copied to clipboard
open
override
val
sdkErrorMetadata
:
AwsErrorMetadata