Class: Aws::CleanRoomsML::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InternalServiceException
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
An internal service error occurred. Retry your request. If the problem persists, contact AWS Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3674 3675 3676 3677 3678 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3674 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |