Class: Aws::Evs::Types::InternalServerException

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

Overview

An internal server error occurred. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Describes the error encountered.

Returns:

  • (String)


1430
1431
1432
1433
1434
# File 'lib/aws-sdk-evs/types.rb', line 1430

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