Class: Aws::MediaStoreData::Types::RequestedRangeNotSatisfiableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStoreData::Types::RequestedRangeNotSatisfiableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastoredata/types.rb
Overview
The requested content range is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
454 455 456 457 458 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 454 class RequestedRangeNotSatisfiableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |