AWS SDK for Kotlin
Toggle table of contents
1.6.48
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
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
?
)