Class: Aws::CodeConnections::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Received an internal server exception. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


729
730
731
732
733
# File 'lib/aws-sdk-codeconnections/types.rb', line 729

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