Class: Aws::SimSpaceWeaver::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
383 384 385 386 387 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 383 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |