AWSCloudWatchMessageData

Objective-C

@interface AWSCloudWatchMessageData

Swift

class AWSCloudWatchMessageData

A message returned by the GetMetricDataAPI, including a code and a description.

  • The error code or status code associated with the message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable code;

    Swift

    var code: String? { get set }
  • The message text.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }