Class: Aws::MarketplaceMetering::Types::InvalidEndpointRegionException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacemetering/types.rb

Overview

The endpoint being called is in a Amazon Web Services Region different from your EC2 instance, ECS task, or EKS pod. The Region of the Metering Service endpoint and the Amazon Web Services Region of the resource must match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


173
174
175
176
177
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 173

class InvalidEndpointRegionException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end