Class: Aws::KinesisVideo::Errors::StreamEdgeConfigurationNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::KinesisVideo::Errors::StreamEdgeConfigurationNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-kinesisvideo/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamEdgeConfigurationNotFoundException
constructor
A new instance of StreamEdgeConfigurationNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamEdgeConfigurationNotFoundException
Returns a new instance of StreamEdgeConfigurationNotFoundException.
237 238 239 |
# File 'lib/aws-sdk-kinesisvideo/errors.rb', line 237 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
242 |
# File 'lib/aws-sdk-kinesisvideo/errors.rb', line 242
def message: () -> ::String
|