Class: Aws::ResilienceHub::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::InternalServerException
- 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
#message ⇒ String
3349 3350 3351 3352 3353 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3349 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |