Class: Aws::AppConfigData::Types::InternalServerException

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

Overview

There was an internal failure in the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


133
134
135
136
137
# File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 133

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