Class: Aws::ControlTower::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

An unexpected error occurred during processing of a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


913
914
915
916
917
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 913

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