Class: Aws::CleanRooms::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::InternalServerException
- Defined in:
- gems/aws-sdk-cleanrooms/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
4611 4612 4613 4614 4615 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4611 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |