AWS SDK for Kotlin
Toggle table of contents
1.6.60
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkfirewall
/
aws.sdk.kotlin.services.networkfirewall.model
/
NetworkFirewallException
Network
Firewall
Exception
open
class
NetworkFirewallException
Base class for all service related exceptions thrown by the NetworkFirewall client
Inheritors
InsufficientCapacityException
InternalServerError
InvalidOperationException
InvalidRequestException
InvalidResourcePolicyException
InvalidTokenException
LimitExceededException
LogDestinationPermissionException
ResourceNotFoundException
ResourceOwnerCheckException
ThrottlingException
UnsupportedOperationException
Members
Constructors
Network
Firewall
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)