Class: Aws::Schemas::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::NotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-schemas/types.rb', line 1196 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-schemas/types.rb', line 1196 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |