Class: Aws::SecurityLake::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::InternalServerException
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1325 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |