Class: Aws::SimSpaceWeaver::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::ConflictException
- 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
59 60 61 62 63 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 59 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |