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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1318
1319
1320
1321
1322
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1318

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