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
3829 3830 3831 3832 3833 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3829 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |