Class: Aws::Chime::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
One or more of the resources in the request does not exist in the system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-chime/types.rb', line 6132 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-chime/types.rb', line 6132 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |