Class: Aws::CloudWatchRUM::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Internal service exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
Instance Attribute Details
#message ⇒ String
833 834 835 836 837 838 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 833 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
833 834 835 836 837 838 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 833 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |