Class: Aws::ResilienceHub::Types::InternalServerException

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

Overview

This exception occurs when there is an internal failure in the Resilience Hub service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3431
3432
3433
3434
3435
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3431

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