Class: Aws::SimSpaceWeaver::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::ResourceNotFoundException
- 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
607 608 609 610 611 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 607 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |