Class: Aws::AppConfig::Types::InternalServerException

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

Overview

There was an internal failure in the AppConfig service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1821
1822
1823
1824
1825
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1821

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