AWS SDK for Kotlin
Toggle table of contents
1.6.10
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcore
/
aws.sdk.kotlin.services.bedrockagentcore.model
/
BedrockAgentCoreException
Bedrock
Agent
Core
Exception
open
class
BedrockAgentCoreException
Base class for all service related exceptions thrown by the BedrockAgentCore client
Inheritors
AccessDeniedException
ConflictException
DuplicateIdException
InternalServerException
InvalidInputException
ResourceNotFoundException
RetryableConflictException
RuntimeClientError
ServiceException
ServiceQuotaExceededException
ThrottledException
ThrottlingException
UnauthorizedException
ValidationException
Members
Constructors
Bedrock
Agent
Core
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)