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
6298 6299 6300 6301 6302 6303 |
# File 'lib/aws-sdk-chime/types.rb', line 6298 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6298 6299 6300 6301 6302 6303 |
# File 'lib/aws-sdk-chime/types.rb', line 6298 class NotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |