Class: Aws::TrustedAdvisor::Types::InternalServerException

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

Overview

Exception to notify that an unexpected internal error occurred during processing of the request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


227
228
229
230
231
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 227

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