Class: Aws::ChimeSDKMediaPipelines::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/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
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2667 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2667 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2667 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |