Class: Aws::SecurityLake::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

#messageString

Returns:

  • (String)


1325
1326
1327
1328
1329
# File 'lib/aws-sdk-securitylake/types.rb', line 1325

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end