Exception: Aws::Json::ParseError Private
- Inherits:
-
StandardError
- Object
- StandardError
- Aws::Json::ParseError
- Defined in:
- lib/aws-sdk-core/json.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #error ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(error) ⇒ ParseError
constructor
private
A new instance of ParseError.
Constructor Details
#initialize(error) ⇒ ParseError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of ParseError.
14 15 16 17 |
# File 'lib/aws-sdk-core/json.rb', line 14 def initialize(error) @error = error super(error.) end |
Instance Attribute Details
#error ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/aws-sdk-core/json.rb', line 19 def error @error end |