Class: Aws::ChimeSDKMediaPipelines::Types::NotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2623

class NotFoundException < Struct.new(
  :code,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2623

class NotFoundException < Struct.new(
  :code,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID associated with the call responsible for the exception.

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2623

class NotFoundException < Struct.new(
  :code,
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end