Class: Aws::CloudWatchLogs::Errors::InternalStreamingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatchLogs::Errors::InternalStreamingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatchlogs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalStreamingException
constructor
A new instance of InternalStreamingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalStreamingException
Returns a new instance of InternalStreamingException.
108 109 110 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
113 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 113
def message: () -> ::String
|