Class: Aws::Proton::Types::InternalServerException

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

Overview

The request failed to register with the service.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3295
3296
3297
3298
3299
# File 'lib/aws-sdk-proton/types.rb', line 3295

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