AWS SDK for Kotlin
Toggle table of contents
1.6.59
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
outposts
/
aws.sdk.kotlin.services.outposts.model
/
OutpostsException
Outposts
Exception
open
class
OutpostsException
Base class for all service related exceptions thrown by the Outposts client
Inheritors
AccessDeniedException
ConflictException
InternalServerException
NotFoundException
ServiceQuotaExceededException
ValidationException
Members
Constructors
Outposts
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)