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
4583 4584 4585 4586 4587 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4583 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |