Class: Aws::CleanRoomsML::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- 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
3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3777 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |