Class: Aws::Outposts::Types::InternalServerException

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

Overview

An internal error has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


747
748
749
750
751
# File 'lib/aws-sdk-outposts/types.rb', line 747

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