Class: Aws::Scheduler::Types::InternalServerException

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

Overview

Unexpected error encountered while processing the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


695
696
697
698
699
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 695

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