Class: Aws::CleanRooms::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Unexpected error during processing of request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5712 5713 5714 5715 5716 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5712 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |