Class: Aws::AppRegistry::Types::InternalServerException

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

Overview

The service is experiencing internal problems.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


864
865
866
867
868
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 864

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