Class: Aws::MWAAServerless::Types::InternalServerException

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

Overview

An unexpected server-side error occurred during request processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


662
663
664
665
666
667
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 662

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the operation.

Returns:

  • (Integer)


662
663
664
665
666
667
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 662

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