Class: Aws::AuditManager::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::InternalServerException
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
An internal service error occurred during the processing of your request. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3324 3325 3326 3327 3328 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3324 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |